

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
3 Sections - definition for section and subsection
 3.1 caracteristicas
 3.2 formulario
 3.3 carousel
 3.4 testimonio
 3.5 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/



 body {
    font-family: 'KnowledgeRegular', Arial, sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-family: 'KnowledgeBold', Arial;
}
h1 {
    margin: 10px;
	font-size: 42px;
}

p {
    padding: 10px;
    font-weight: 100;
    color: #ffffff;
}

.valing {
	display: table;
    overflow: hidden
}


.link {
	color: #2ec6f1; 
	text-decoration:none; 
	font-weight:bold;
}
.link:hover  {
	color: #2ec6f1 !important; 
	text-decoration:underline !important; 
}
.link:visited, .link:active  {
	color: #2ec6f1 !important; 
	text-decoration:none !important; 
}
.orange {
	color: #ff8000;
}
.blue {
	color: #2d9ec0;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #234455;
    border-left: 30px outset transparent !important; 
    border-right: 30px outset transparent !important;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}


/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:30px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #666666;
    font-weight: lighter;
}
.primary-section {
    background:#234455;
}
.primary-section .triangle {
    border-top: 30px solid #ececec;
}
.primary-section .title {
	
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #ffffff;
}
.primary-section h3 {
	font-size: 18px;
	line-height: 20px;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    background:#ffffff;
}
.secondary-section .triangle {
    border-top: 30px solid #234455;
}
..secondary-section .title p {
    color: #181A1C;
}
.secondary-section h1 {
    color: #ff8000;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7b6351e4b9-dcfd-4dee-b011-9311ab5976de%7d_banner.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}
.third-section .container {
    padding-top:0px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}
.third-section h1 img {
	width: 300px;
}
.third-section h1 {
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
.third-section h2 {
	font-size: 60px;
	line-height: 60px;
}
.third-section h3 {
	font-family:  'KnowledgeRegular', Arial;
	line-height: 28px;
}


.fourth-section {
    background:#ff8000;
}
.fourth-section .container {
	margin-top: 40px;
	margin-bottom: 40px;
}
.fourth-section .triangle {
    border-top: 30px solid #5c4529;
}
.fourth-section  h2{
	font-family: 'KnowledgeRegular', Arial;
	font-weight: bold;
	line-height: 36px;
	font-size: 30px;
}
.fourth-section  p{
	font-size: 18px;
	line-height: 20px;
	padding-left: 0px;
}



.fifth-section {
    background:#ececec;
}
.fifth-section .triangle {
    border-top: 30px solid #ffffff;
}
.fifth-section .title p {
    color: #181A1C;
}
.fifth-section h1 {
    color: #ff8000;
}




.sixth-section {
    background:#ececec;
}
.sixth-section .triangle {
    border-top: 30px solid #ffffff;
}
.sixth-section .title p {
    color: #181A1C;
}
.sixth-section h1 {
    color: #ff8000;
}



.seventh-section {
    background:#ffffff;
}
.seventh-section .triangle {
    border-top: 30px solid #ececec;
}
.seventh-section .title p {
    color: #666666;
	font-size: 14px;
	line-height: 17px;
	text-align: justify;
}
.seventh-section h2{
    color: #ff8000;
	font-size: 18px;
	text-align: left;
}


.eighth-section {
    background:#ffffff;
}
.eighth-section .triangle {
    border-top: 30px solid #ff8000;
}
.eighth-section p {
    color: #666666;
}


.esp_box {
	background-color: #0F6EB2;
	padding: 20px;
	margin-bottom: 20px;
	min-height: 120px;
}
.esp_box h3{
	font-family: 'KnowledgeRegular', Arial;
	margin: 0px;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 10px;
}
.esp_box h4{
	font-family: 'KnowledgeRegular', Arial;
	margin: 0px;
}
/* 
3.1 caracteristicas
*******************************************************************/

.caracteristica {
	height: 306px; 
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;    
	padding: 0px 70px;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.caracteristica h3 {
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 23px;
	font-family: 'KnowledgeRegular', Arial;
	font-weight: bold;
}
.caracteristica p {
	font-size: 16px;
	line-height: 18px;
}

/*
3.2 formulario
********************************************************************/
.flecha {
	text-align:center; 
	display:block; 
	line-height: 0px;
}

.formulario H3 {
	font-family: 'KnowledgeBold', Arial;
	color: #fff;
	margin: 0px 80px;
	padding: 20px 40px;
	line-height: 1em;
	background-color: #ffa200;
	font-size: 18px;
	text-align:center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.formulario H4 {
	font-family:'KnowledgeRegular', Arial;
	color: #fff;
	margin-bottom: 13px;
}
.formulario form {
	padding: 20px;
	
}
.formulario form .campo{
	width: 95%;
	
}

.boton {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #ff8100 !important;
	border: solid 1px #ff8100 !important;
	padding: 5px 10px 5px 10px;
	font-weight:bold;
	cursor:pointer;
	background-image: none !important;
	margin: 0px !important;
	font-size: 28px !important;
	font-family: 'KnowledgeBold', Arial;
	}

.small {
	font-size: 12px !important;
	line-height: 14px !important;
}

/*3.3 carousel
********************************************************************/
.item img {
	width: 100%;
	}
.carousel-indicators {
	left: 45%;
	position: relative;
	display:inline-block;
}

.carousel-indicators .active {
	background-color: #666666;
} 
.carousel-indicators li {
	background-color: #cccccc;
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-left: 10px;
	border-radius: 8px;
}

.carousel_text {
	color: #666666 !important;
	min-height: 382px;
}

.carousel_text  h2{
	font-family: 'KnowledgeRegular', Arial;
	margin: 0px;
	padding: 0px;
}
.carousel_text  h3{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.carousel_text  p{
	color: #666666;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
}
.carousel_text  p.smaller{
	font-size: 14px;
	line-height: 18px;
}

/*
3.4 Testimonio
********************************************************************/

.testimonio {
	background-color: #ffffff;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(222,222,222,1);
	-moz-box-shadow: 5px 5px 0px 0px rgba(222,222,222,1);
	box-shadow: 5px 5px 0px 0px rgba(222,222,222,1);
	padding: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.testimonio .testi_img {
	float:left;
	width: 40%;
}
.testimonio .testi_text {
	float:left;
	width: 60%;
	background: url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7b59ecfc95-1490-46ea-bb30-8bc74f501155%7d_back_comillas.png) no-repeat left top;
	min-height: 162px;
}
.testimonio .testi_text p {
	color: #666666;
	padding: 0px;
	padding-top: 40px;
}
.testimonio .testi_text h3 {
	color: #ff8000;
	font-size:16px;
}
/*
3.5 Footer
********************************************************************/
 .footer {
}

.redes 
{
	padding: 15px 5px;
}
.url {
	float:initial;
	margin-top: 15px;
	width: 100%;
}
.facebook {
	width: 100%;
	padding-top: 10px;
}
.logo_foot {
	width: 300px;
}
.foot1 {
	text-align: left;
}

.foot2 {
	text-align: right;
}
.txt-rt {
	text-align:center;
}
.pl-15 {
	padding-left: 0px;
}

.separador {
	border-bottom: solid #f2f2f2 1px;
	margin-bottom: 30px;
	padding-bottom: 20px;
}		
		
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:160px;
    height:35px;
    border-radius:5px;
    font-size:14px;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    background: #ffa200;
	font-weight:bold;
	overflow:hidden;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
	text-decoration: none;
}


.icon-up-open:before { content: '\e805'; } /* '' */

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "porta";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  
 
  /* you can be more comfortable with increased icons size */
   /*font-size: 120%; */


 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/*
4 Responsible
********************************************************************/


@media only screen and (max-width: 1024px) and (min-width: 769px) {

	.formulario H3 {
		font-family: 'KnowledgeBold', Arial;
		color: #fff;
		margin: 0px 30px;
		padding: 20px;
		line-height: 1em;
		background-color: #ffa200;
		font-size: 18px;
		text-align:center;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.testimonio .testi_text {
		background: url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7b56e6fb56-2a70-4dfc-bc8b-0b37a8271a95%7d_back_comillas2.png) no-repeat left top;
	}
}	
	
@media only screen and (max-width: 768px) and (min-width: 641px) {
	
	.third-section h2 {
		font-size: 48px;
		line-height: 48px;
	}
	
	.row-fluid .span4 {
	  width: 48.5%;
	}
	.row-fluid  .centercircle {
		margin-left: 180px;
	}
	.formulario H3 {
		font-family: 'KnowledgeBold', Arial;
		color: #fff;
		margin: 0px 10px;
		padding: 20px;
		line-height: 1em;
		background-color: #ffa200;
		font-size: 18px;
		text-align:center;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.testimonio .testi_text {
		background: url(http://images.engage.es-pt.thomsonreuters.com/EloquaImages/clients/LALEYSAEIMPRESORA/%7ba1c2e8c6-6c89-40e9-8f8a-392d3e3ef96b%7d_back_comillas3.png) no-repeat left top;
	}
	.carousel-indicators {
		left: 40%;
	}
}

@media only screen and (max-width: 640px) and (min-width: 481px) {
	
		
	h1{
		font-size: 36px;
	}
	
	.third-section h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.caracteristica { 
		padding: 0px 200px;
	}
	.fourth-section  h2{
		margin-top: 0px;
	}
	.carousel-indicators {
		left: 38%;
	}
	.carousel_text  h2{
		padding-top: 30px;
	}
	.foot1 {
		text-align: center;
	}

	.foot2 {
		text-align: center;
	}
}


@media only screen and (max-width: 480px) {
	
	h1{
		font-size: 36px;
	}
	
	.third-section h2 {
		font-size: 48px;
		line-height: 48px;
	}
	
	.caracteristica { 
		padding: 0px 100px;
	}
	.fourth-section  h2{
		margin-top: 0px;
	}
	.carousel-indicators {
		left: 33%;
	}
	.carousel_text  h2{
		padding-top: 30px;
	}
	.foot1 {
		text-align: center;
	}

	.foot2 {
		text-align: center;
	}
}


@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }

    .section {
        padding-left:20px;
        padding-right:20px;
    }
}